projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae1858
)
Load dired.el at run time too.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 23 Dec 2007 19:13:39 +0000
(19:13 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 23 Dec 2007 19:13:39 +0000
(19:13 +0000)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 8d0f184eb7cf83f36ed3706c10448ad493ce23a5..e56b9e44a3a37c184f9da23b051b6eded1fd2476 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-37,7
+37,7
@@
;;; Code:
;; We need macros in dired.el to compile properly.
-(
eval-when-compile (require 'dired)
)
+(
require 'dired
)
(defvar dired-create-files-failures nil
"Variable where `dired-create-files' records failing file names.